home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / winx_dre.swf / scripts / DefineButton2_217 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-03-20  |  144b  |  7 lines

  1. on(release){
  2.    _root.myTops.gotoAndStop(19);
  3.    _root.myBottoms.gotoAndStop(1);
  4.    _root.moveCheckmark = false;
  5.    _root.full = false;
  6. }
  7.